Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps the build-dependencies group with 5 updates:

Package From To
org.apache.maven.plugins:maven-enforcer-plugin 3.5.0 3.6.0
org.apache.maven.enforcer:enforcer-api 3.5.0 3.6.0
org.codehaus.gmavenplus:gmavenplus-plugin 4.2.0 4.2.1
com.diffplug.spotless:spotless-maven-plugin 2.44.5 2.45.0
com.buschmais.jqassistant:jqassistant-maven-plugin 2.7.0 2.7.1

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.apache.maven.enforcer:enforcer-api from 3.5.0 to 3.6.0

Release notes

Sourced from org.apache.maven.enforcer:enforcer-api's releases.

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1

Release notes

Sourced from org.codehaus.gmavenplus:gmavenplus-plugin's releases.

4.2.1

Bugs

  • Fix compatibility with Groovy 4.0.27 and 5.0.0-beta-1 which changed (GROOVY-11668) the signature of the GroovyDocTool constructor (#335).

Enhancements

None.

Potentially breaking changes

None.

Notes

None.

Commits
  • ddf6ed8 [maven-release-plugin] prepare release 4.2.1
  • de5ec1d Revert "[maven-release-plugin] prepare release 4.2.1"
  • d15e2de Revert "[maven-release-plugin] prepare for next development iteration"
  • 0c17580 ci: Fix OSSRH URLs
  • 9791d0f [maven-release-plugin] prepare for next development iteration
  • 323f400 [maven-release-plugin] prepare release 4.2.1
  • 45fa74a ci: Update from OSSRH to Central Publisher Portal
  • 49477bb Revert "[maven-release-plugin] prepare release 4.2.1"
  • a5a7147 Revert "[maven-release-plugin] prepare for next development iteration"
  • aa5c4ad [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.45.0

Added

  • Support for idea (#2020, #2535)
  • Add support for removing wildcard imports via removeWildcardImports step. (#2517)

Fixed

  • SortPom disable expandEmptyElements, to avoid empty body warnings. (#2520)
  • Fix biome formatter for new major release 2.x of biome (#2537)
  • Make sure npm-based formatters use the correct node_modules directory when running in parallel. (#2542)

Changed

  • Bump internal dependencies for npm-based formatters (#2542)

Changed

  • scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[2.45.0] - 2024-01-23

Added

  • Support for gofmt (#2001)
  • Support for formatting Java Docs for the Palantir formatter (#2009)

[2.44.0] - 2024-01-15

Added

  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#1960)
  • Gradle - Support for formatting shell scripts via shfmt. (#1994)

Fixed

  • Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#1989 fixes #1987)
  • Fix a regression in BufStep where the same arguments were being provided to every buf invocation. (#1976)

Changed

  • Use palantir-java-format 2.39.0 on Java 21. (#1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#1971)
  • Bump default diktat version to latest 1.2.5 -> 2.0.0. (#1972)

[2.43.1] - 2023-12-04

Fixed

  • Eclipse-based steps which contained any jars with a + in their path were broken, now fixed. (#1860)

Changed

  • Bump default palantir-java-format version to latest 2.28.0 -> 2.38.0 on Java 21. (#1920)
  • Bump default googleJavaFormat version to latest 1.17.0 -> 1.18.1. (#1920)
  • Bump default ktfmt version to latest 0.44 -> 0.46. (#1927)
  • Bump default eclipse version to latest 4.27 -> 4.29. (#1939)
  • Bump default greclipse version to latest 4.28 -> 4.29. (#1939)
  • Bump default cdt version to latest 11.1 -> 11.3. (#1939)

[2.43.0] - 2023-11-27

Added

  • Support custom rule sets for Ktlint. (#1896)

Fixed

  • Fix Eclipse JDT on some settings files. (#1864 fixes #1638)

Changed

  • Bump default ktlint version to latest 1.0.0 -> 1.0.1. (#1855)
  • Add a Step to remove semicolons from Groovy files. (#1881)

[2.42.0] - 2023-09-28

Added

  • Support for biome. The Rome project was renamed to Biome. The configuration is still the same, but you should switch to the new biome tag / function and adjust the version accordingly. (#1804).
  • Support for google-java-format's skip-javadoc-formatting option. (#1793)
  • Support configuration of mirrors for P2 repositories in Maven DSL (#1697).
  • New line endings mode GIT_ATTRIBUTES_FAST_ALLSAME. (#1838)

Fixed

  • Fix support for plugins when using Prettier version 3.0.0 and newer. (#1802)
  • Fix configuration cache issue around external process started '/usr/bin/git --version'. (#1806)

Changed

... (truncated)

Commits

Updates com.buschmais.jqassistant:jqassistant-maven-plugin from 2.7.0 to 2.7.1

Release notes

Sourced from com.buschmais.jqassistant:jqassistant-maven-plugin's releases.

2.7.1

What's Changed

Full Changelog: jQAssistant/jqassistant@2.7.0...2.7.1

Commits
  • 579c49b [maven-release-plugin] prepare release 2.7.1
  • f66069b 920 xml scanner plugin seems to ignore elements with undefined namespace pref...
  • 21388da #924 removed Maven warning and fixed config of OWASP dependency check plugin ...
  • cd166be Bump org.junit:junit-bom from 5.13.2 to 5.13.3 (#922)
  • c25f765 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 (#921)
  • 10e1829 Bump maven-resolver.version from 1.9.23 to 1.9.24 (#919)
  • 2e09dc7 Bump com.networknt:json-schema-validator from 1.5.7 to 1.5.8 (#916)
  • 3ddb795 Revert "#873 migrated to Neo4j 5.26.8 (#874)"
  • 33999fb Bump jqassistant.build.version from 2.7.0 to 2.7.1 (#913)
  • 99bad9c #910 filter null values from config properties to avoid NPEs (#911)
  • Additional commits viewable in compare view

Updates org.apache.maven.enforcer:enforcer-api from 3.5.0 to 3.6.0

Release notes

Sourced from org.apache.maven.enforcer:enforcer-api's releases.

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.5.0` | `3.6.0` |
| [org.apache.maven.enforcer:enforcer-api](https://github.com/apache/maven-enforcer) | `3.5.0` | `3.6.0` |
| [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) | `4.2.0` | `4.2.1` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.5` | `2.45.0` |
| [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqassistant) | `2.7.0` | `2.7.1` |


Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.0)

Updates `org.apache.maven.enforcer:enforcer-api` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.0)

Updates `org.codehaus.gmavenplus:gmavenplus-plugin` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@4.2.0...4.2.1)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.5 to 2.45.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/2.44.5...lib/2.45.0)

Updates `com.buschmais.jqassistant:jqassistant-maven-plugin` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/jqassistant/jqassistant/releases)
- [Commits](jQAssistant/jqassistant@2.7.0...2.7.1)

Updates `org.apache.maven.enforcer:enforcer-api` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.enforcer:enforcer-api
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.buschmais.jqassistant:jqassistant-maven-plugin
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.enforcer:enforcer-api
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 8, 2025
@marko-bekhta marko-bekhta merged commit 9adaa61 into main Jul 8, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-68d559e904 branch July 8, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant